@charset "UTF-8";

* {
  font-family: '微软雅黑';
}

/* 清浮动 */
.cf {
  zoom: 1;
}

.cf:after {
  content: '020';
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.slh1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  color: #333333;
}

a:hover {
  color: #b81b29;
}

.inbox {
  width: 1200px;
  margin: auto;
}

/* 头部样式 */
/* body {
  background: url(banner.png) no-repeat center top;
  background-size: 100%;
} */

.hd_top {
  float: right;
}

.hd_top a,
.hd_top span {
  float: left;
  font-size: 14px;
  line-height: 40px;
}

.szflink {
  margin-right: 30px;
}

.tfgx {
  margin: 0 8px;
}

.sjghb {
  display: none;
}

.old_boount {
  display: none;
}

.old_type .new_boount {
  display: none;
}

.old_type .old_boount {
  display: block;
}

.mobile_type .sjdn,
.mobile_type .pcwza {
  display: none;
}

.mobile_type .sjghb {
  display: block;
  margin-right: 3vw;
  width: 18vw;
  height: 8vw;
  border-radius: 1vw;
  background: #ec940a;
  line-height: 8vw;
  text-align: center;
  font-size: 4vw;
  color: #fff;
}

.mobile_type .loggin_group {
  margin-right: 2vw;
}

.logo {
  margin-top: 78px;
}

.logo img {
  display: block;
  width: 658px;
  height: auto;
  margin: 0 auto;
}

/* 检索 */
.search {
  margin: 40px auto 0;
  width: 670px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, .3);
}

.setxt {
  width: 560px;
  height: 50px;
  padding: 0 20px 0 63px;
  border: 1px solid #eee;
  border-radius: 8px 0 0 8px;
  background: #F9F9F9 url(search.png) no-repeat 20px center;
  background-size: 23px 24px;
  font-size: 16px;
  line-height: 50px;
  color: #999;
}

.sesub {
  width: 110px;
  height: 50px;
  float: right;
  background: #b81b29;
  border: none;
  color: #fff;
  border-radius: 0 8px 8px 0;
}

.topnav {
  margin: 258px auto 0;
  width: 1200px;
  height: 60px;
  background: #b90005;
}

.topnav li {
  float: left;
  width: 200px;
  height: 60px;
}

.topnav a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.topnav .navon a,
.topnav a:hover {
  font-weight: bold;
  background: #D6430E;
}

/* oldtype */
.old_type .hd_top a,
.old_type .hd_top span {
  font-size: 28px;
  line-height: 56px;
}

.old_type .search {
  height: 60px;
}

.old_type .setxt,
.old_type .sesub {
  height: 60px;
  font-size: 24px;
}

.old_type .topnav {
  margin: 220px auto 0;
  height: 72px;
}

.old_type .topnav li {
  height: 72px;
}

.old_type .topnav a {
  font-size: 36px;
  line-height: 72px;
}

.mobile_type .inbox {
  width: 100%;
}

.mobile_type .top {
  margin-top: 3vw;
}

.mobile_type .logo {
  margin-top: 20vw;
}

.mobile_type .logo img {
  width: 90%;
}

.mobile_type .search {
  margin: 10vw auto 0;
  width: 90%;
  height: 12vw;
  border-radius: 1vw;
}

.mobile_type .setxt {
  width: 78%;
  height: 12vw;
  padding: 0 2vw 0 10vw;
  border-radius: 1vw 0 0 1vw;
  background: #F9F9F9 url(search.png) no-repeat 2vw center;
  background-size: 5vw;
  font-size: 4vw;
  line-height: 12vw;
}

.mobile_type .sesub {
  width: 22%;
  height: 12vw;
  border-radius: 0 1vw 1vw 0;
  font-size: 4vw;
  line-height: 12vw;
}

.mobile_type .topnav {
  margin: 10vw auto 0;
  width: 100%;
  height: 24vw;
}

.mobile_type .topnav li {
  width: 33%;
  height: 12vw;
}

.mobile_type .topnav a {
  font-size: 5.5vw;
  line-height: 12vw;
}

/* 头部样式--end */


/* 内容区 */
/* 头条 */
.cont {
  margin-top: 40px;
}

.headLines_wrapper {
  position: relative;
  margin-top: 40px;
  position: relative;
  margin-top: 40px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px #bb232354
}

.tag_head {
  width: 56px;
  height: 73px;
  float: left;
  position: relative;
  margin-top: 30px;
}

.tag_head span {
  position: absolute;
  color: #fff;
  font-size: 22px;
  display: block;
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
}

.headLinesWrap {
  float: left;
  margin-left: 30px;
  width: 850px;
}

.headLinesWrap li {
  width: 100%;
  height: 18px;
  margin-top: 24px;
}

.headLinesWrap li:first-child {
  margin-top: 0;
}

.headLinesWrap li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ts_more {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
}

.ts_more:hover {
  font-weight: bold;
}

.htbar {
  display: none;
  margin-top: 30px;
  height: 5px;
  background: #b81b29;
}

.cont_l {
  width: 770px;
  float: left;
  padding-right: 20px;
}

.cont_r {
  width: 430px;
  float: right;
  padding-left: 20px;
  border-left: 1px solid #eee;
}

/* 新闻中心 */
.news_center {
  position: relative;
}

.bigtit {
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  color: #bb2323;
}

.bigtit a {
  color: #bb2323;
}

.bigtit img {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin: 3.5px 15px 3.5px 0;
}

/* tab切换 */
.tab .hd {
  position: absolute;
  top: 0;
  right: 0;
}

.tab .hd ul li {
  float: left;
  font-size: 16px;
  line-height: 45px;
  padding: 0 15px;
  background: url(tabshu.png) no-repeat left center;
}

.tab .hd ul li:first-child {
  padding-left: 0 !important;
  background: none !important;
}

.tab .hd ul li:last-child {
  padding-right: 0 !important;
  ;
}

.tab .hd ul li a {
  display: block;
  float: left;
}

.on a {
  font-weight: bold;
  color: #BB2323;
}

.tab .conWrap {
  margin-top: 25px;
}

.tab .bd li {
  margin-top: 0;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  background: url(dian.png) center left no-repeat;
  transition: 0.3s;
  box-shadow: 0px 0px 0px transparent;
  border-bottom: 1px dashed #eee;
}

.tab .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.tab .bd li .span1,
.tab .bd .govpushinfo150203 li a {
  display: block;
  float: left;
  color: #333;
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tab .bd li span {
  float: right;
  color: #999;
}

.tab .bd li:hover {
  padding: 0 20px 0 40px;
  box-shadow: 0px 0px 10px #ccc;
  background-position-x: 20px;
}

.tab .bd li:hover span {
  color: #bb2323;
}

.top1 .top1tit {
  display: block;
  font-size: 26px;
  line-height: 45px;
  color: #b61a27;
  font-weight: bold;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top1 p {
  margin-top: 20px;
  margin-bottom: 14px;
  color: #999999;
  font-size: 14px;
  text-indent: 2em;
  text-align: justify;
  line-height: 28px;
}

.top1 p a {
  color: #b61a27;
  font-size: 14px;
}

/* hf */
.hf {
  margin-top: 30px;
  margin-bottom: 40px;
}

.hf img {
  display: block;
  width: 100%;
  height: auto;
}

/* 政务公开 */
.zwgk_center {
  position: relative;
}

/* 信息公开 */
.xxgk_center {
  margin-top: 15px;
  width: 750px;
  height: 120px;
  background: url(xxgkbg.png) no-repeat center;
  display: flex;
  justify-content: space-around;
}

.xxgk_center li a {
  display: block;
}

.xxgk_center li img {
  display: block;
  width: auto;
  height: 42px;
  margin: 20px auto;
  transition: all .3s;
}

.xxgk_center li a:hover img {
  transform: scale(1.2);
}

/* 互联网宗教 */
.hlwzj_center {
  margin-top: 30px;
}

.hlwzj_box {
  margin-top: 30px;
  width: 750px;
  display: flex;
  justify-content: space-between;
}

.hlwzj_box li a {
  display: block;
  text-align: center;
}

.hlwzj_box li img {
  display: block;
}

.hlwzj_box li a span {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.hlwzj_b {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.hlwzj_b a,
.hlwzj_b img {
  display: block;
  width: 360px;
  height: 120px;
}

/* 图片新闻 */
.tpxw {
  width: 410px;
  height: 284px;
  overflow: hidden;
}

/* 轮播图 */
.tpxw img {
  width: 410px;
  height: 284px;
  object-fit: cover;
}

.lbtit {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 40px;
}

.lbtit p {
  width: 65%;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: unset !important;
  width: auto !important;
  right: 20px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .7;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e46b00;
}

/* 公告公示 */
.gggs_center {
  margin-top: 30px;
}

.gggs_center .tab .bd li {
  border: none;
}

.gggs_center .tab .bd li .span1 {
  width: 60%;
}

/* 政民互动 */
.zmhd_center {
  position: relative;
}

.zmhd_center .hd a:hover {
  font-weight: bold;
}

.mhww {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mhww a{
  display: block;
  width: 48%;
  height: auto;
}
.mhww img {
  display: block;
  width: 100%;
  height: auto;
}

.zmhd_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zmhd_box li {
  margin-top: 20px;
  padding: 0 15px;
  width: 195px;
  height: 60px;
  border: 1px solid #e2c6c2;
  background: #fff8f8;
}

.zmhd_box a {
  display: block;
  width: 100%;
  height: 100%;
}

.zmhd_box li img {
  display: block;
  float: left;
  margin: 15px 0 0;
  width: 28px;
  height: auto;
}

.hdfgx {
  display: block;
  float: left;
  margin: 14px 25px 0 20px;
  width: 2px;
  height: 32px;
  border-left: 2px solid #e2c6c2;
}

.zmhd_box li span {
  line-height: 60px;
  color: #BB2323;
}

/* 巡回宣讲 */
.xhxj_center {
  margin-top: 35px;
}

.xhxj_box {
  margin-top: 25px;
}

.xjspfm {
  width: 410px;
  height: 250px;
  position: relative;
}

.xjspfm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spbfan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  display: block;
  width: 70px;
  height: 70px;
  background: url(spbtn.png) no-repeat center;
}

.spbt {
  display: block;
  width: 100%;
  height: 50px;
  background: #f6f6f6;
  padding: 0 20px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 专题专栏 */
.ztzl_center {
  margin-top: 40px;
}

.ztzl_box {
  margin-top: 20px;
}

.ztzl_box_l {
  float: left;
  width: 450px;
  height: 250px;
}

.ztzl_box_l a {
  display: block;
  width: 100%;
  height: 100%;
}
.ztzl_box_l a img{
  display: block;
  width: 100%;
  height: 100%;
}

/* .ztzl_box_l a p {
  width: 50px;
  height: 100%;
  padding: 6px 14px 4px;
  float: right;
  background: #bb2322;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-rl;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
} */

.ztzl_box_r {
  float: right;
  width: 720px;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ztzl_box_r li {
  width: 350px;
  height: 110px;
  margin-top: 30px;
}

.ztzl_box_r li:first-child,
.ztzl_box_r li:nth-child(2) {
  margin-top: 0;
}

.ztzl_box_r a {
  position: relative;
  display: block;
  padding: 25px 33px;
  width: 100%;
  height: 100%;
  background: url(ztbg.png) no-repeat center;
  line-height: 32px;
  color: #333;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}

.ztzl_box_r a:hover {
  background: url(ztbgon.png) no-repeat center;
}

.ztzl_box_r a span {
  position: absolute;
  bottom: 25px;
  right: 33px;
  color: #BB2323;
  font-size: 14px;
  line-height: 24px;
}

.ftfgx {
  margin-top: 40px;
  width: 100%;
  height: 5px;
  background: #b63030;
}

/* 友情链接 */
/* 友情链接 */
.yqljnew {
  background: #fff0f0;
}

.footer_links {
  position: relative;
  padding: 20px 0;
  border-bottom: 2px solid #e2c6c2;
}

.FriendLinksItemWrap {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.FriendLinksItem {
  display: inline-block;
  width: 225px;
  height: 45px;
  padding-left: 20px;
  padding-right: 35px;
  background: #f2e0df url(arrd.png) no-repeat 190px center;
  cursor: pointer;
}

.FriendLinksItem p {
  font-size: 14px;
  line-height: 45px;
}

.websiteList {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 1200px;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 30%);
  padding: 20px;
}

.websiteList a {
  display: block;
  float: left;
  line-height: 40px;
  transition: all 0.3s;
  padding: 0 10px;
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.websiteList a:hover {
  background: #bb2323;
  color: #fff !important;
}

.old_type .yqljnew {
  padding: 30px 0;
}

.old_type .FriendLinksItem {
  height: 60px;
  padding-right: 35px;
  padding-left: 10px;
  background: #f2e0df url(arrd.png) no-repeat 195px center;
  background-size: 16px;
}

.old_type .FriendLinksItem p {
  font-size: 20px;
  line-height: 60px;
}

.old_type .websiteList {
  bottom: 90px;
}

.old_type .websiteList a {
  line-height: 60px;
  padding: 0 20px;
  width: 33%;
  font-size: 24px;
}

.mobile_type .yqljnew {
  display: none;
}

/* 友情链接 */


/* 老年版样式 */
.old_type .htbar {
  margin-top: 60px;
  height: 10px;
}

.old_type .tag_head {
  width: 112px;
  height: 146px;
  margin-top: 50px;
}

.old_type .tag_head span {
  font-size: 32px;
  height: 135px;
  line-height: 135px;
}

.old_type .tag_head img {
  width: 100%;
}

.old_type .headLines_wrapper{
  padding: 30px 30px 60px;
}

.old_type .headLinesWrap li a {
  font-size: 32px;
  line-height: 64px;
}

.old_type .headLinesWrap li {
  height: 36px;
  margin-top: 36px;
}

.old_type .headLinesWrap li a {
  font-size: 36px;
  line-height: 36px;
}

.old_type .ts_more {
  font-size: 36px;
  bottom: 55px;
}

/*  */
.old_type .cont_l,
.old_type .cont_r {
  width: 100%;
  padding: 0;
  border: none;
}

.old_type .cont {
  margin-top: 60px;
}

.old_type .bigtit {
  font-size: 48px;
  line-height: 110px;
}

.old_type .bigtit img {
  width: 50px;
  height: 50px;
  margin: 30px 30px 0 0;
}

.old_type .tab .hd ul li {
  font-size: 40px;
  line-height: 110px;
  background: none;
}

.old_type .top1 .top1tit {
  font-size: 36px;
  line-height: 72px;
}

.old_type .top1 p {
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 56px;
}

.old_type .top1 p a {
  font-size: 28px;
}

.old_type .tab .conWrap ul {
  width: 100% !important;
}

.old_type .tab .bd li {
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  padding-left: 30px;
  background: url(dian.png) center left no-repeat;
  background-size: 8px;
}

.old_type .tab .bd li a {
  font-size: 36px;
}

.old_type .tab .bd li:hover {
  padding: 0 30px 0 50px;
  box-shadow: 0px 0px 10px #ccc;
  background-position-x: 20px;
}

.old_type .news_center .tab .conWrap {
  margin-top: 40px;
  width: 100% !important;
}

.old_type .zwgk_center .tab .conWrap {
  margin-top: 40px;
  width: 100% !important;
}

.old_type .xxgk_center {
  margin-top: 60px;
  width: 100%;
  height: 192px;
  background: url(xxgkbg.png) no-repeat center;
  background-size: 100%;
}

.old_type .xxgk_center li img {
  height: 60px;
  margin: 40px auto 20px;
}

.old_type .xxgk_center li span {
  font-size: 24px;
}

.old_type .hlwzj_box {
  margin-top: 40px;
  width: 100%;
}

.old_type .hlwzj_box li img {
  width: 140px;
}

.old_type .hlwzj_box li a span {
  font-size: 28px;
}

.old_type .hlwzj_b {
  margin-top: 50px;
}

.old_type .hlwzj_b a,
.old_type .hlwzj_b img {
  display: block;
  width: 540px;
  height: 180px;
}

.old_type .cont_r {
  margin-top: 60px;
}

/* 轮播图 */
.old_type .tpxw {
  width: 100%;
  height: 875px;
}

.old_type .tpxw img {
  width: 100%;
  height: 875px;
  object-fit: cover;
}

.old_type .lbtit {
  height: 72px;
  line-height: 72px;
}

.old_type .lbtit p {
  padding-left: 20px;
  font-size: 36px;
}

.old_type .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 7px !important;
}

.old_type .swiper-container-horizontal>.swiper-pagination-bullets,
.old_type .swiper-pagination-custom,
.old_type .swiper-pagination-fraction {
  bottom: 22px;
}

.old_type .gggs_center .tab .bd li .span1 {
  width: 70%;
}

.old_type .mhww {
  margin-top: 40px;
}

.old_type .zmhd_box li {
  margin-top: 40px;
  width: 275px;
  height: 100px;
}

.old_type .zmhd_box li img {
  margin: 30px 0 0;
  width: 40px;
}

.old_type .hdfgx {
  margin: 14px 30px 0;
  height: 70px;
}

.old_type .zmhd_box li span {
  line-height: 100px;
  font-size: 28px;
}

.old_type .xhxj_box {
  margin-top: 40px;
}

.old_type .xjspfm {
  width: 100%;
  height: auto;
}

.old_type .spbt {
  height: 72px;
  padding: 0 30px;
  line-height: 72px;
  font-size: 36px;
}

.old_type .ztzl_box {
  margin-top: 40px;
}

.old_type .ztzl_box_l {
  width: 100%;
  height: 665px;
  /* background: url(ztzl1bg.png) no-repeat center;
  background-size: 100%; */
}
/* .old_type .ztzl_box_l a p {
  width: 132px;
  font-size: 36px;
  padding: 30px 42px;
  letter-spacing: 14px;
} */

.old_type .ztzl_box_r {
  margin-top: 60px;
  width: 100%;
  height: auto;
}

.old_type .ztzl_box_r li {
  width: 570px;
  height: 180px;
  margin-top: 30px;
}

.old_type .ztzl_box_r a {
  padding: 40px;
  font-size: 24px;
  background: url(ztbg.png) no-repeat center;
  background-size: 100%;
  line-height: 40px;
}

.old_type .ztzl_box_r a:hover {
  background: url(ztbgon.png) no-repeat center;
  background-size: 100%;
}

.old_type .ztzl_box_r a span {
  bottom: 30px;
  right: 44px;
  font-size: 20px;
  line-height: 24px;
}

/* 老年版样式结束 */
/* 移动端样式 */
.mobile_type .headLines_wrapper {
  margin-top: 6vw;
  padding: 0 2vw;
  position: relative;
  height: 37vw;
  padding: 0 3vw;
  background: none;
  box-shadow: none;
}

.mobile_type .tag_head img {
  display: none;
}

.mobile_type .tag_head {
  width: 12vw;
  height: 15vw;
  margin-top: 3vw;
}

.mobile_type .tag_head span {
  font-size: 4vw;
  height: auto;
  line-height: 14vw;
  background: #e22a2c;
}

.mobile_type .headLinesWrap li {
  width: 78vw;
  height: 8vw;
  padding-left: 2vw;
  margin-top: 0;
}

.mobile_type .headLinesWrap {
  margin-left: 2vw;
  width: auto;
}

.mobile_type .headLinesWrap li a {
  font-size: 4vw;
  font-weight: normal;
  line-height: 8vw;
}

.mobile_type .ts_more {
  right: 2vw;
  font-size: 4vw;
}

.mobile_type .htbar {
  display: block;
  margin-top: 3vw;
  height: 1vw;
}

.mobile_type .cont {
  margin-top: 6vw;
}

.mobile_type .cont_l,
.mobile_type .cont_r {
  width: 100%;
  padding: 0 2vw;
  border: none;
}

.mobile_type .bigtit {
  font-size: 6vw;
  line-height: 12vw;
}

.mobile_type .bigtit img {
  width: 8vw;
  height: 8vw;
  margin: 2vw 2vw 0 0;
}

.mobile_type .tab .hd {
  position: unset;
}

.mobile_type .tab {
  margin-top: 3vw;
}

.mobile_type .tab .hd ul li {
  font-size: 4.5vw;
  line-height: 12vw;
  padding: 0 2vw;
}

.mobile_type .news_center .tab .conWrap {
  margin-top: 4vw;
  width: 100% !important;
}

.mobile_type .tab .conWrap ul {
  width: 100% !important;
}

.mobile_type .top1 .top1tit {
  font-size: 5vw;
  line-height: 8vw;
}

.mobile_type .top1 p {
  margin-top: 3vw;
  margin-bottom: 2vw;
  font-size: 4vw;
  line-height: 6vw;
}

.mobile_type .tab .bd li {
  margin-top: 0;
  font-size: 4vw;
  height: 12vw;
  line-height: 12vw;
  padding-left: 3vw;
}

.mobile_type .tab .bd li a {
  font-size: 4vw;
  width: 100%;
}

.mobile_type .tab .bd li .span1 {
  width: 52%;
}

.mobile_type .zwgk_center .tab .conWrap {
  margin-top: 4vw;
  width: 100% !important;
}

.mobile_type .hf,
.mobile_type .zwgk_center {
  margin-top: 6vw;
}

.mobile_type .xxgk_center {
  border-left: 0.5vw solid #edb5b1;
  border-right: 0.5vw solid #edb5b1;
  margin-top: 6vw;
  width: 100%;
  height: auto;
  background: url(xxgkbg.png) no-repeat center;
  background-size: cover;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 4vw;
}

.mobile_type .xxgk_center li {
  width: 33%;
}

.mobile_type .xxgk_center li a {
  font-size: 4vw;
  text-align: center;
}

.mobile_type .xxgk_center li img {
  height: 8vw;
  margin: 4vw auto;
}

.mobile_type .hlwzj_center {
  margin-top: 6vw;
}

.mobile_type .hlwzj_box {
  margin-top: 3vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mobile_type .hlwzj_box li {
  width: 33%;
  margin-top: 3vw;
}

.mobile_type .hlwzj_box li img {
  width: 20vw;
  margin: 0 auto;
}

.mobile_type .hlwzj_box li a span {
  margin-top: 3vw;
  font-size: 4vw;
}

.mobile_type .hlwzj_b {
  margin-top: 4vw;
  flex-wrap: wrap;
}

.mobile_type .hlwzj_b a {
  margin-top: 3vw;
}

.mobile_type .hlwzj_b a,
.mobile_type .hlwzj_b img {
  display: block;
  width: 100%;
  height: auto;
}

/* lb */
.mobile_type .cont_r {
  margin-top: 6vw;
}

.mobile_type .tpxw {
  width: 100%;
  height: 65vw;
}

.mobile_type .tpxw img {
  width: 100%;
  height: 64vw;
  object-fit: cover;
}

.mobile_type .lbtit {
  height: 12vw;
  line-height: 12vw;
}

.mobile_type .lbtit p {
  width: 60%;
  font-size: 4vw;
  padding-left: 2vw;
}

.mobile_type .swiper-container-horizontal>.swiper-pagination-bullets,
.mobile_type .swiper-pagination-custom,
.mobile_type .swiper-pagination-fraction {
  right: 2vw !important;
  bottom: 3vw !important;
}

.mobile_type .mhww {
  margin-top: 4vw;
}

.mobile_type .zmhd_box li {
  margin-top: 3vw;
  padding: 0 2vw;
  width: 48.5%;
  height: 12vw;
}

.mobile_type .hdfgx {
  margin: 2vw 3vw;
  width: 0;
  height: 8vw;
}

.mobile_type .zmhd_box li img {
  margin: 3vw 0 0;
  width: 6vw;
}

.mobile_type .zmhd_box li span {
  line-height: 12vw;
  font-size: 4vw;
}

.mobile_type .xjspfm {
  width: 100%;
  height: auto;
}

.mobile_type .spbt {
  height: auto;
  padding: 0 2vw;
  line-height: 12vw;
  font-size: 4vw;
}

.mobile_type .ztzl_center {
  margin-top: 6vw;
  padding: 0 2vw;
}

.mobile_type .ztzl_box {
  margin-top: 4vw;
}

.mobile_type .ztzl_box_l {
  width: 100%;
  height: 55vw;
}

/* .mobile_type .ztzl_box_l a p {
  width: 12vw;
  height: 100%;
  padding: 2vw 3vw;
  font-size: 4vw;
  letter-spacing: 2px;
} */

.mobile_type .ztzl_box_r {
  width: 100%;
  height: auto;
}

.mobile_type .ztzl_box_r li {
  width: 100%;
  height: 30vw;
  margin-top: 3vw !important;
}

.mobile_type .ztzl_box_r a {
  padding: 5vw 9vw;
  background: url(ztbg.png) no-repeat center;
  line-height: 6vw;
  font-size: 4vw;
}

.mobile_type .ztzl_box_r a span {
  bottom: 6vw;
  right: 9vw;
  font-size: 3.5vw;
  line-height: 4vw;
}

/* 移动端样式结束 */


/* 内容区样式结束 */

/* footer */
.footer {
  background: #fff0f0;
  padding: 20px 0;
}

.ftin1 {
  width: 650px;
  margin: 0 auto;
}

.ftin1_top {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #999;
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #b81b29;
}

.ftin1_top span {
  margin: 0 10px;
}

.p1,
.p2 {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.ml20 {
  margin-left: 20px;
}

.zgabah img {
  width: 15px;
  height: 15px;
}

/* .ftin2 {
  position: absolute;
  left: 30px;
  top: 6px;
}

.ftin2 a {
  display: block;
  float: left;
}

.zfzc {
  margin-left: 30px;
  margin-top: 6px;
}

.ftin3 {
  position: absolute;
  right: 30px;
  top: 0;
}

.ftin3 a {
  display: block;
  width: 100%;
  height: 100%;
}

.ftin3 img {
  display: block;
  width: 77px;
  height: 77px;
  float: left;
}

.ftin3 span {
  display: block;
  width: 100px;
  float: left;
  margin-left: 15px;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
  color: #333;
}

.ftin3 a:hover span {
  color: #bb2323;
} */

/* 老年底部 */
.old_type .footer {
  padding: 50px 0 200px;
}

.old_type .ftin1 {
  width: 100%;
}

.old_type .ftin1_top {
  font-size: 28px;
  line-height: 56px;
}

.old_type .p1,
.old_type .p2 {
  font-size: 28px;
  line-height: 56px;
}

.old_type .p1 span,
.old_type .p1 a,
.old_type .p2 span,
.old_type .p2 a {
  display: block;
}

.old_type .ml20 {
  margin-left: 0;
}

.old_type .zgabah img {
  width: 30px;
  height: 30px;
}

.old_type .ftin2 img {
  height: 100px;
}

/* .old_type .ftin2 {
  position: absolute;
  left: 200px;
  top: 400px;
} */

.old_type .ftin3 img {
  width: 100px;
  height: 100px;
}

.old_type .ftin3 span {
  width: 170px;
  margin-left: 30px;
  font-size: 24px;
  line-height: 48px;
  margin-top: 0px;
}

.old_type .ftin3 {
  position: absolute;
  right: 200px;
  top: 400px;
}

/* 老年底部 */
/* 移动底部 */
.mobile_type .footer {
  padding: 7vw 2vw 50vw;
}

.mobile_type .ftin1 {
  width: 100%;
}

.mobile_type .ftin1_top span {
  display: none;
}

.mobile_type .ftin1_top {
  font-size: 4vw;
  line-height: 7vw;
  flex-wrap: wrap;
}

.mobile_type .ftin1_top a {
  padding: 0 2vw;
}

.mobile_type .p1,
.mobile_type .p2 {
  font-size: 4vw;
  line-height: 7vw;
  margin-top: 0;
  text-align: center;
}

.mobile_type .p1 span,
.mobile_type .p1 a,
.mobile_type .p2 span,
.mobile_type .p2 a {
  display: block;
}

.mobile_type .ftin2 a img {
  height: 12vw;
}

.mobile_type .zfzc {
  margin-left: 5vw;
  margin-top: 0;
}

.mobile_type .ftin2 {
  left: 30vw;
  top: 62vw;
}

.mobile_type .ftin3 img {
  width: 12vw;
  height: 12vw;
}

.mobile_type .ftin3 {
  right: 10vw;
  top: 75vw;
}

.mobile_type .ftin3 span {
  width: 60vw;
  float: left;
  margin-left: 3vw;
  font-size: 4vw;
  line-height: 12vw;
  margin-top: 0;
}

/* 移动底部 */


/* 改1.10 */
.yq_item{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yq_item li{
  width: 380px;
  height: auto;
}
.yq_item a,.yq_item img{
  display: block;
  width: 100%;
  height: auto;
}
.old_type .yq_item li {
  width: 580px;
  margin-top: 40px;
}
.mobile_type .yq_item {
  margin-top: 4vw;
  padding: 0 2vw;
}
.mobile_type .yq_item li{
  width: 100%;
  margin-top: 3vw;
}

.newstab .conWrap ul,.zwgktab .conWrap ul{
  display: none;
}
.bigtit .gggsnore {
  float: right;
  font-size: 16px;
}
.old_type .bigtit .gggsnore {
  font-size: 28px;
}
.mobile_type .bigtit .gggsnore {
  font-size: 4vw;
}